[INFO] cloning repository https://github.com/GLV-off/glv-redmine-client
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/GLV-off/glv-redmine-client" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGLV-off%2Fglv-redmine-client", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGLV-off%2Fglv-redmine-client'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ea9fdef69cab54f3794f2151c32ba9c11de11553
[INFO] fixing GLV-off/glv-redmine-client against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGLV-off%2Fglv-redmine-client" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/GLV-off/glv-redmine-client
[INFO] finished tweaking git repo https://github.com/GLV-off/glv-redmine-client
[INFO] tweaked toml for git repo https://github.com/GLV-off/glv-redmine-client written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/GLV-off/glv-redmine-client on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/GLV-off/glv-redmine-client already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ureq-proto v0.4.1
[INFO] [stderr]   Downloaded googletest_macro v0.14.0
[INFO] [stderr]   Downloaded rustls-webpki v0.103.2
[INFO] [stderr]   Downloaded cc v1.2.21
[INFO] [stderr]   Downloaded googletest v0.14.0
[INFO] [stderr]   Downloaded ureq v3.0.11
[INFO] [stderr]   Downloaded webpki-roots v1.0.0
[INFO] [stderr]   Downloaded rustls v0.23.27
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5e33bfa1202d5a3c3896bfe415931a80783371430ced4424d68d9a0b9d9e3f03
[INFO] running `Command { std: "docker" "start" "5e33bfa1202d5a3c3896bfe415931a80783371430ced4424d68d9a0b9d9e3f03", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5e33bfa1202d5a3c3896bfe415931a80783371430ced4424d68d9a0b9d9e3f03" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5e33bfa1202d5a3c3896bfe415931a80783371430ced4424d68d9a0b9d9e3f03", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5e33bfa1202d5a3c3896bfe415931a80783371430ced4424d68d9a0b9d9e3f03" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling cc v1.2.21
[INFO] [stderr]     Checking rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rustls v0.23.27
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]     Checking webpki-roots v1.0.0
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking miniz_oxide v0.8.8
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking rc_client_cli v0.1.0 (/opt/rustwide/workdir/crates/rc_client_cli)
[INFO] [stdout] error[E0432]: unresolved import `cfg::Cofnig`
[INFO] [stdout]  --> crates/rc_client_cli/src/main.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub use cfg::Cofnig;
[INFO] [stdout]   |         ^^^^^------
[INFO] [stdout]   |              |
[INFO] [stdout]   |              no `Cofnig` in `cfg`
[INFO] [stdout]   |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 6 - pub use cfg::Cofnig;
[INFO] [stdout] 6 + pub use cfg::Config;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Config` in this scope
[INFO] [stdout]   --> crates/rc_client_cli/src/main.rs:15:37
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub fn parse_cli_configuration() -> Config {
[INFO] [stdout]    |                                     ^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  6 + use crate::cfg::Config;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]   --> crates/rc_client_cli/src/main.rs:16:3
[INFO] [stdout]    |
[INFO] [stdout] 16 |   Config::default()
[INFO] [stdout]    |   ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  6 + use crate::cfg::Config;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Config` in this scope
[INFO] [stdout]   --> crates/rc_client_cli/src/main.rs:19:36
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn load_env_configuration() -> Config {
[INFO] [stdout]    |                                    ^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  6 + use crate::cfg::Config;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]   --> crates/rc_client_cli/src/main.rs:20:3
[INFO] [stdout]    |
[INFO] [stdout] 20 |   Config::default()
[INFO] [stdout]    |   ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  6 + use crate::cfg::Config;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Config` in this scope
[INFO] [stdout]   --> crates/rc_client_cli/src/main.rs:23:21
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub fn run_app(cfg: Config) {
[INFO] [stdout]    |                     ^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  6 + use crate::cfg::Config;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0507]: cannot move out of `cfg.host` which is behind a shared reference
[INFO] [stdout]   --> crates/rc_client_cli/src/cfg.rs:11:17
[INFO] [stdout]    |
[INFO] [stdout] 11 |     self.host = cfg.host;
[INFO] [stdout]    |                 ^^^^^^^^ move occurs because `cfg.host` has type `String`, which does not implement the `Copy` trait
[INFO] [stdout]    |
[INFO] [stdout] help: consider cloning the value if the performance cost is acceptable
[INFO] [stdout]    |
[INFO] [stdout] 11 |     self.host = cfg.host.clone();
[INFO] [stdout]    |                         ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0507]: cannot move out of `cfg.token` which is behind a shared reference
[INFO] [stdout]   --> crates/rc_client_cli/src/cfg.rs:12:18
[INFO] [stdout]    |
[INFO] [stdout] 12 |     self.token = cfg.token;
[INFO] [stdout]    |                  ^^^^^^^^^ move occurs because `cfg.token` has type `String`, which does not implement the `Copy` trait
[INFO] [stdout]    |
[INFO] [stdout] help: consider cloning the value if the performance cost is acceptable
[INFO] [stdout]    |
[INFO] [stdout] 12 |     self.token = cfg.token.clone();
[INFO] [stdout]    |                           ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0507]: cannot move out of `cfg.username` which is behind a shared reference
[INFO] [stdout]   --> crates/rc_client_cli/src/cfg.rs:13:21
[INFO] [stdout]    |
[INFO] [stdout] 13 |     self.username = cfg.username;
[INFO] [stdout]    |                     ^^^^^^^^^^^^ move occurs because `cfg.username` has type `String`, which does not implement the `Copy` trait
[INFO] [stdout]    |
[INFO] [stdout] help: consider cloning the value if the performance cost is acceptable
[INFO] [stdout]    |
[INFO] [stdout] 13 |     self.username = cfg.username.clone();
[INFO] [stdout]    |                                 ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0507]: cannot move out of `cfg.password` which is behind a shared reference
[INFO] [stdout]   --> crates/rc_client_cli/src/cfg.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 14 |     self.password = cfg.password;
[INFO] [stdout]    |                     ^^^^^^^^^^^^ move occurs because `cfg.password` has type `String`, which does not implement the `Copy` trait
[INFO] [stdout]    |
[INFO] [stdout] help: consider cloning the value if the performance cost is acceptable
[INFO] [stdout]    |
[INFO] [stdout] 14 |     self.password = cfg.password.clone();
[INFO] [stdout]    |                                 ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433, E0507.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rc_client_cli` (bin "rc_client_cli") due to 10 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "5e33bfa1202d5a3c3896bfe415931a80783371430ced4424d68d9a0b9d9e3f03", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5e33bfa1202d5a3c3896bfe415931a80783371430ced4424d68d9a0b9d9e3f03", kill_on_drop: false }`
[INFO] [stdout] 5e33bfa1202d5a3c3896bfe415931a80783371430ced4424d68d9a0b9d9e3f03
